home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr09
/
fgrtodb.zip
/
PAF1.SED
< prev
next >
Wrap
Text File
|
1993-06-03
|
1KB
|
42 lines
s/^----// # remove the "----"
/^-/ d # remove all lines that begin with a "-"
/^=/ d # remove all lines that begin with a "="
s/-/:/g # substitute all remaining "-" with a ":"
s/\.//g # remove all "."
/Page/ d # delete all lines that have the word "Page"
/Yr of Birth/ d # delete all lines that have "Yr of Birth"
/Sex/ d # delete all lines that have "Sex"
/^O/ d # delete data lines of husband and wife
/^B/ d # i.e., other, born, chr, marr, died, bur, fath
/^C/ d
/^M/ d
/^D/ d
/^B/ d
/^F/ d
s/HUSBAND /HUSBAND:/ # place a colon after HUSBAND
s/PLACE/:PLACE/ # place a colon before PLACE
s/MOTHER/:MOTHER/ # place a colon before MOTHER
s/WIFE /WIFE:/ # place a colon after WIFE
s/PARENTS/:PARENTS/ # place a colon before PARENTS
s/SPOUSE/:SPOUSE/ # etc
s/MRIN/:MRIN/
s/NAME/:NAME/
s/*//g # remove "*"
s/ / /g # remove excess spaces
s/ / /g
s/ / /g
s/^ // # remove space in first column
s/^F /F:/
s/^M /M:/
s/: /:/g # remove spaces before/after colons
s/ :/:/g
s/ :/:/g
s/^ F/F/ # remove spaces in front of FAMILY
s/^ //
/Name/ d # remove name and address of submitter
/Stephen Valentine, IV/ d
/8313/ d
/Alexandria,/ d